Skip to content

Pull from McNeight/SharpZipLib#132

Merged
McNeight merged 16 commits intoicsharpcode:masterfrom
McNeight:master
Aug 13, 2016
Merged

Pull from McNeight/SharpZipLib#132
McNeight merged 16 commits intoicsharpcode:masterfrom
McNeight:master

Conversation

@McNeight
Copy link
Copy Markdown
Contributor

Pull 16 commits between May 17 and May 31, 2016.

McNeight added 16 commits May 17, 2016 11:41
* Remove key signing from AssemblyInfo.[cs,vb]
* Link all VB projects to SampleAssemblyInfo.vb
* Remove copyright headers
* Move individual AssemblyInfo.cs files into Properties directory
* Add badge for Bitrise
* Add metrics from waffle.io
* Changes to appveyor.yml to support coveralls.io
* Update standalone nunit3 command files
* No functional or API changes
* All exception classes now have conssitent variable names and XML comments
* Execute the following commands in order:
  * run-nunit3-tests-release.cmd to get test report
  * run-opencover.cmd to get test coverage
  * run-reportgenerator.cmd to get HTML report of test coverage
* Modify appveyor.yml to reference .cmd files
…DosTime"

This reverts commit 51605f8.

The Zip file format stores date and time in a single 32 bit integer, based on the format used by MS-DOS. Adding accuracy by using a DateTime object won't necessarily result in an accurate date and time.
See http://stackoverflow.com/questions/3725662/what-is-the-earliest-timestamp-value-that-is-supported-in-zip-file-format for further information.

# Conflicts:
#	ICSharpCode.SharpZipLib/Zip/ZipEntry.cs
* Added back three passing tests based on previous change to ZipEntry.cs
* Renamed Core.cs to CoreTests.cs
* This one switch is what was required to make it work.
"/p:UseSharedCompilation=false"
* Added a Coverity badge
* Added a condition to only send scheduled builds to Coverity
* Install PublishCoverity from NuGet
* Remove tag push for GitHub
* Add coverity.zip as build artifact
@McNeight McNeight added enhancement Feature request or other improvements of existing functionality samples tests build documentation labels Aug 13, 2016
@McNeight McNeight added this to the 1.0 milestone Aug 13, 2016
@McNeight McNeight self-assigned this Aug 13, 2016
@McNeight McNeight merged commit 52f7faf into icsharpcode:master Aug 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build documentation enhancement Feature request or other improvements of existing functionality samples tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant